DataSource for Entity Framework in WPF
C1.Data Namespace / ClientView<T> Class / Scope Property

In This Topic
    Scope Property
    In This Topic
    Gets the client scope to which this client view belongs.
    Syntax
    'Declaration
     
    Public ReadOnly Property Scope As ClientScope
    public ClientScope Scope {get;}
    See Also